home *** CD-ROM | disk | FTP | other *** search
/ Exploring Creation with P…al Science (2nd Edition) / Exploring Creation with Physical Science (2nd Edition).iso / exe / bin / Styles / im.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2012-12-18  |  2.4 KB  |  93 lines

  1. @charset "utf-8";
  2. /* CSS style sheet for Instant Messenger */
  3. /* Copyright 2008 Opera Software */
  4. html {
  5.     margin: 0;
  6.     padding: 0;
  7. }
  8. body {
  9.     margin: 0;
  10.     padding: 0;
  11.     background-color: white;
  12.     color: black;
  13.     font-family: sans-serif;
  14.     font-size: 12px;
  15. }
  16. table {border-collapse: collapse;}
  17. td {
  18.     vertical-align: top;
  19.     padding: 3px 5px;
  20. }
  21. td:first-child, td:first-child+td {
  22.     white-space: nowrap;
  23. }
  24. td img {vertical-align: middle;}
  25. .time {
  26.     color: gray;
  27.     background-color: hsl(0,0%,97%);
  28.     white-space: nowrap;
  29. }
  30. div.highlight {
  31.     display: table-cell;
  32.     border: 1px dotted #552;
  33.     padding: 1px;
  34.     background-color: #ffffe1;
  35. }
  36. span.highlight {
  37.     border: 1px dotted #552;
  38.     padding: 1px;
  39.     background-color: #ffffe1;
  40. }
  41. .self {
  42.     color: #009;
  43.     background-color: hsl(0,0%,97%);
  44.     text-align: right;
  45.     white-space: nowrap;
  46. }
  47. .self-message {font-weight: bolder;}
  48. .sender {
  49.     color: #900;
  50.     background-color: hsl(0,0%,97%);
  51.     text-align: right;
  52. }
  53. .disconnect, .join, .leave, .nick, .operator, .voiced {
  54.     color: #090;
  55.     background-color: hsl(0,0%,97%);
  56.     text-align: right;
  57. }
  58. .disconnect-message, .join-message, .leave-message, .nick-message, .operator-message, .voiced-message {
  59.     color: #090;
  60. }
  61. .action, .self-action {
  62.     background-color: hsl(0,0%,97%);
  63.     text-align: right;
  64. }
  65. .action-message, .self-action-message {color: #909;}
  66. .limit-message, .moderated-message, .password-message, .secret-message, .status-message, 
  67. .topic-message, .topic-protection-message, .unknown-mode-message, .whois-message {
  68.     color: gray;
  69. }
  70. .limit, .moderated, .password, .secret, .status, .topic, .topic-protection, .unknown-mode, .whois {
  71.     width:    6em;
  72.     color: gray;
  73.     background-color: hsl(0,0%,97%);
  74.     text-align: right;
  75. }
  76. [class^="smiley"] {
  77.     width: -o-skin;
  78.     height: -o-skin;
  79.     display: inline-block;
  80.     vertical-align: middle;
  81. }
  82. .smiley-happy {content: -o-skin("Smiley Happy");}
  83. .smiley-unhappy {content: -o-skin("Smiley Unhappy");}
  84. .smiley-wink {content: -o-skin("Smiley Wink");}
  85. .smiley-surprised {content: -o-skin("Smiley Surprised");}
  86. .smiley-grin {content: -o-skin("Smiley Grin");}
  87. .smiley-cool {content: -o-skin("Smiley Cool");}
  88. .smiley-indifferent {content: -o-skin("Smiley Indifferent");}
  89. .smiley-cry {content: -o-skin("Smiley Cry");}
  90. .smiley-angry {content: -o-skin("Smiley Angry");}
  91. .smiley-tongue {content: -o-skin("Smiley Tongue");}
  92. .smiley-pacman {content: -o-skin("Smiley Pacman");}
  93.